Package org.docx4j.customXmlProperties
Class DatastoreItem
java.lang.Object
org.docx4j.customXmlProperties.DatastoreItem
public class DatastoreItem
extends java.lang.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">
<sequence>
<element ref="{http://schemas.openxmlformats.org/officeDocument/2006/customXml}schemaRefs" minOccurs="0"/>
</sequence>
<attribute name="itemID" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<pattern value="\{[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}\}"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringitemIDprotected SchemaRefsschemaRefs -
Constructor Summary
Constructors Constructor Description DatastoreItem() -
Method Summary
Modifier and Type Method Description java.lang.StringgetItemID()Gets the value of the itemID property.SchemaRefsgetSchemaRefs()Gets the value of the schemaRefs property.voidsetItemID(java.lang.String value)Sets the value of the itemID property.voidsetSchemaRefs(SchemaRefs value)Sets the value of the schemaRefs property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
schemaRefs
-
itemID
protected java.lang.String itemID
-
-
Constructor Details
-
DatastoreItem
public DatastoreItem()
-
-
Method Details
-
getSchemaRefs
Gets the value of the schemaRefs property.- Returns:
- possible object is
SchemaRefs
-
setSchemaRefs
Sets the value of the schemaRefs property.- Parameters:
value- allowed object isSchemaRefs
-
getItemID
public java.lang.String getItemID()Gets the value of the itemID property.- Returns:
- possible object is
String
-
setItemID
public void setItemID(java.lang.String value)Sets the value of the itemID property.- Parameters:
value- allowed object isString
-