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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
itemID |
protected SchemaRefs |
schemaRefs |
| Constructor and Description |
|---|
DatastoreItem() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getItemID()
Gets the value of the itemID property.
|
SchemaRefs |
getSchemaRefs()
Gets the value of the schemaRefs property.
|
void |
setItemID(java.lang.String value)
Sets the value of the itemID property.
|
void |
setSchemaRefs(SchemaRefs value)
Sets the value of the schemaRefs property.
|
protected SchemaRefs schemaRefs
protected java.lang.String itemID
public SchemaRefs getSchemaRefs()
SchemaRefspublic void setSchemaRefs(SchemaRefs value)
value - allowed object is
SchemaRefspublic java.lang.String getItemID()
Stringpublic void setItemID(java.lang.String value)
value - allowed object is
StringCopyright © 2007–2023. All rights reserved.