Class DocumentBaseType

java.lang.Object
oasis.names.tc.dss._1_0.core.schema.DocumentBaseType
Direct Known Subclasses:
BinaryDocumentType, BinaryDocumentType, DocumentHash, DocumentType, DocumentType, TransformedData

public abstract class DocumentBaseType extends 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 Details

    • id

      protected String id
    • refURI

      protected String refURI
    • refType

      protected String refType
    • schemaRefs

      protected List<Object> schemaRefs
  • Constructor Details

    • DocumentBaseType

      public DocumentBaseType()
  • Method Details

    • getID

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

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

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

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

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

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

      public List<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 Jakarta XML Binding 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