Class DocumentBaseType

  • Direct Known Subclasses:
    DocumentHash, DocumentType, TransformedData

    public abstract class DocumentBaseType
    extends java.lang.Object

    Java class for DocumentBaseType complex type.

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

     <complexType name="DocumentBaseType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}ID" />
           <attribute name="RefURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="RefType" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="SchemaRefs" type="{http://www.w3.org/2001/XMLSchema}IDREFS" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String id  
      protected java.lang.String refType  
      protected java.lang.String refURI  
      protected java.util.List<java.lang.Object> schemaRefs  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getID()
      Gets the value of the id property.
      java.lang.String getRefType()
      Gets the value of the refType property.
      java.lang.String getRefURI()
      Gets the value of the refURI property.
      java.util.List<java.lang.Object> getSchemaRefs()
      Gets the value of the schemaRefs property.
      void setID​(java.lang.String value)
      Sets the value of the id property.
      void setRefType​(java.lang.String value)
      Sets the value of the refType property.
      void setRefURI​(java.lang.String value)
      Sets the value of the refURI property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        protected java.lang.String id
      • refURI

        protected java.lang.String refURI
      • refType

        protected java.lang.String refType
      • schemaRefs

        protected java.util.List<java.lang.Object> schemaRefs
    • Constructor Detail

      • DocumentBaseType

        public DocumentBaseType()
    • Method Detail

      • getID

        public java.lang.String getID()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setID

        public void setID​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getRefURI

        public java.lang.String getRefURI()
        Gets the value of the refURI property.
        Returns:
        possible object is String
      • setRefURI

        public void setRefURI​(java.lang.String value)
        Sets the value of the refURI property.
        Parameters:
        value - allowed object is String
      • getRefType

        public java.lang.String getRefType()
        Gets the value of the refType property.
        Returns:
        possible object is String
      • setRefType

        public void setRefType​(java.lang.String value)
        Sets the value of the refType property.
        Parameters:
        value - allowed object is String
      • getSchemaRefs

        public java.util.List<java.lang.Object> getSchemaRefs()
        Gets the value of the schemaRefs property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the schemaRefs property.

        For example, to add a new item, do as follows:

            getSchemaRefs().add(newItem);
         

        Objects of the following type(s) are allowed in the list Object