Class DocumentBaseType
java.lang.Object
oasis.names.tc.dss._1_0.core.schema.DocumentBaseType
- Direct Known Subclasses:
BinaryDocumentType,BinaryDocumentType,DocumentHash,DocumentType,DocumentType,TransformedData
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetID()Gets the value of the id property.Gets the value of the refType property.Gets the value of the refURI property.Gets the value of the schemaRefs property.voidSets the value of the id property.voidsetRefType(String value) Sets the value of the refType property.voidSets the value of the refURI property.
-
Field Details
-
id
-
refURI
-
refType
-
schemaRefs
-
-
Constructor Details
-
DocumentBaseType
public DocumentBaseType()
-
-
Method Details
-
getID
Gets the value of the id property.- Returns:
- possible object is
String
-
setID
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getRefURI
Gets the value of the refURI property.- Returns:
- possible object is
String
-
setRefURI
Sets the value of the refURI property.- Parameters:
value- allowed object isString
-
getRefType
Gets the value of the refType property.- Returns:
- possible object is
String
-
setRefType
Sets the value of the refType property.- Parameters:
value- allowed object isString
-
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
setmethod 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
-