Class SelectionAnnotationType.ObjectKey

  • Enclosing class:
    SelectionAnnotationType

    public static class SelectionAnnotationType.ObjectKey
    extends Object

    Java class for anonymous complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • id

        protected String id
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p478056_="https://jakarta.ee/xml/ns/jaxb" xmlns:p587657_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p878301_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The object id shall be given as a String that may contain either:
                                             <ul><li>The numeric object ID itself</li><li>The object ID followed by the generation number, separated by a space</li></ul></p>
         
    • Constructor Detail

      • ObjectKey

        public ObjectKey()
    • Method Detail

      • getId

        public String getId()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p478056_="https://jakarta.ee/xml/ns/jaxb" xmlns:p587657_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p878301_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The object id shall be given as a String that may contain either:
                                             <ul><li>The numeric object ID itself</li><li>The object ID followed by the generation number, separated by a space</li></ul></p>
         
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
        See Also:
        getId()
      • isSetId

        public boolean isSetId()