public class NameState extends Object implements Serializable
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://www.CIP4.org/JDFSchema_2_0}ValueLoc" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Loc" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="UserDisplay" type="{http://www.CIP4.org/JDFSchema_2_0}EnumUserDisplay" />
<attribute name="HasDefault" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Required" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="AllowedRegExp" type="{http://www.CIP4.org/JDFSchema_2_0}RegExp" />
<attribute name="Editable" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="MaxOccurs" type="{http://www.CIP4.org/JDFSchema_2_0}unbounded" />
<attribute name="CurrentValue" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="PresentValueList" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="ID" type="{http://www.CIP4.org/JDFSchema_2_0}ID" />
<attribute name="AllowedValueList" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="DevNS" type="{http://www.CIP4.org/JDFSchema_2_0}URI" />
<attribute name="Availability" type="{http://www.CIP4.org/JDFSchema_2_0}EnumAvailability" />
<attribute name="ListType" type="{http://www.CIP4.org/JDFSchema_2_0}EnumListType" />
<attribute name="MinOccurs" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ModuleRefs" type="{http://www.CIP4.org/JDFSchema_2_0}IDREFS" />
<attribute name="MacroRefs" type="{http://www.CIP4.org/JDFSchema_2_0}IDREFS" />
<attribute name="ActionRefs" type="{http://www.CIP4.org/JDFSchema_2_0}IDREFS" />
<attribute name="DependentMacroRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="DefaultValue" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="PresentRegExp" type="{http://www.CIP4.org/JDFSchema_2_0}RegExp" />
<attribute name="XPath" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}XPath" />
<attribute name="XPathRoot" type="{http://www.CIP4.org/JDFSchema_2_0}XPath" />
<attribute name="DescriptiveName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
actionRefs |
protected String |
allowedRegExp |
protected List<String> |
allowedValueList |
protected EnumAvailability |
availability |
protected List<String> |
currentValue |
protected List<String> |
defaultValue |
protected Object |
dependentMacroRef |
protected String |
descriptiveName |
protected String |
devNS |
protected Boolean |
editable |
protected Boolean |
hasDefault |
protected String |
id |
protected EnumListType |
listType |
protected List<Loc> |
loc |
protected List<Object> |
macroRefs |
protected String |
maxOccurs |
protected Integer |
minOccurs |
protected List<Object> |
moduleRefs |
protected String |
presentRegExp |
protected List<String> |
presentValueList |
protected Boolean |
required |
protected EnumUserDisplay |
userDisplay |
protected List<ValueLoc> |
valueLoc |
protected String |
xPath |
protected String |
xPathRoot |
| Constructor and Description |
|---|
NameState() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getActionRefs()
Gets the value of the actionRefs property.
|
String |
getAllowedRegExp()
Gets the value of the allowedRegExp property.
|
List<String> |
getAllowedValueList()
Gets the value of the allowedValueList property.
|
EnumAvailability |
getAvailability()
Gets the value of the availability property.
|
List<String> |
getCurrentValue()
Gets the value of the currentValue property.
|
List<String> |
getDefaultValue()
Gets the value of the defaultValue property.
|
Object |
getDependentMacroRef()
Gets the value of the dependentMacroRef property.
|
String |
getDescriptiveName()
Gets the value of the descriptiveName property.
|
String |
getDevNS()
Gets the value of the devNS property.
|
String |
getID()
Gets the value of the id property.
|
EnumListType |
getListType()
Gets the value of the listType property.
|
List<Loc> |
getLoc()
Gets the value of the loc property.
|
List<Object> |
getMacroRefs()
Gets the value of the macroRefs property.
|
String |
getMaxOccurs()
Gets the value of the maxOccurs property.
|
Integer |
getMinOccurs()
Gets the value of the minOccurs property.
|
List<Object> |
getModuleRefs()
Gets the value of the moduleRefs property.
|
String |
getPresentRegExp()
Gets the value of the presentRegExp property.
|
List<String> |
getPresentValueList()
Gets the value of the presentValueList property.
|
EnumUserDisplay |
getUserDisplay()
Gets the value of the userDisplay property.
|
List<ValueLoc> |
getValueLoc()
Gets the value of the valueLoc property.
|
String |
getXPath()
Gets the value of the xPath property.
|
String |
getXPathRoot()
Gets the value of the xPathRoot property.
|
Boolean |
isEditable()
Gets the value of the editable property.
|
Boolean |
isHasDefault()
Gets the value of the hasDefault property.
|
Boolean |
isRequired()
Gets the value of the required property.
|
void |
setAllowedRegExp(String value)
Sets the value of the allowedRegExp property.
|
void |
setAvailability(EnumAvailability value)
Sets the value of the availability property.
|
void |
setDependentMacroRef(Object value)
Sets the value of the dependentMacroRef property.
|
void |
setDescriptiveName(String value)
Sets the value of the descriptiveName property.
|
void |
setDevNS(String value)
Sets the value of the devNS property.
|
void |
setEditable(Boolean value)
Sets the value of the editable property.
|
void |
setHasDefault(Boolean value)
Sets the value of the hasDefault property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setListType(EnumListType value)
Sets the value of the listType property.
|
void |
setMaxOccurs(String value)
Sets the value of the maxOccurs property.
|
void |
setMinOccurs(Integer value)
Sets the value of the minOccurs property.
|
void |
setPresentRegExp(String value)
Sets the value of the presentRegExp property.
|
void |
setRequired(Boolean value)
Sets the value of the required property.
|
void |
setUserDisplay(EnumUserDisplay value)
Sets the value of the userDisplay property.
|
void |
setXPath(String value)
Sets the value of the xPath property.
|
void |
setXPathRoot(String value)
Sets the value of the xPathRoot property.
|
protected EnumUserDisplay userDisplay
protected Boolean hasDefault
protected Boolean required
protected String allowedRegExp
protected Boolean editable
protected String maxOccurs
protected String id
protected String devNS
protected EnumAvailability availability
protected EnumListType listType
protected Integer minOccurs
protected Object dependentMacroRef
protected String presentRegExp
protected String xPath
protected String xPathRoot
protected String descriptiveName
public List<ValueLoc> getValueLoc()
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 valueLoc property.
For example, to add a new item, do as follows:
getValueLoc().add(newItem);
Objects of the following type(s) are allowed in the list
ValueLoc
public List<Loc> getLoc()
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 loc property.
For example, to add a new item, do as follows:
getLoc().add(newItem);
Objects of the following type(s) are allowed in the list
Loc
public EnumUserDisplay getUserDisplay()
EnumUserDisplaypublic void setUserDisplay(EnumUserDisplay value)
value - allowed object is
EnumUserDisplaypublic Boolean isHasDefault()
Booleanpublic void setHasDefault(Boolean value)
value - allowed object is
Booleanpublic Boolean isRequired()
Booleanpublic void setRequired(Boolean value)
value - allowed object is
Booleanpublic String getAllowedRegExp()
Stringpublic void setAllowedRegExp(String value)
value - allowed object is
Stringpublic Boolean isEditable()
Booleanpublic void setEditable(Boolean value)
value - allowed object is
Booleanpublic String getMaxOccurs()
Stringpublic void setMaxOccurs(String value)
value - allowed object is
Stringpublic List<String> getCurrentValue()
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 currentValue property.
For example, to add a new item, do as follows:
getCurrentValue().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getPresentValueList()
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 presentValueList property.
For example, to add a new item, do as follows:
getPresentValueList().add(newItem);
Objects of the following type(s) are allowed in the list
String
public void setID(String value)
value - allowed object is
Stringpublic List<String> getAllowedValueList()
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 allowedValueList property.
For example, to add a new item, do as follows:
getAllowedValueList().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getDevNS()
Stringpublic void setDevNS(String value)
value - allowed object is
Stringpublic EnumAvailability getAvailability()
EnumAvailabilitypublic void setAvailability(EnumAvailability value)
value - allowed object is
EnumAvailabilitypublic EnumListType getListType()
EnumListTypepublic void setListType(EnumListType value)
value - allowed object is
EnumListTypepublic Integer getMinOccurs()
Integerpublic void setMinOccurs(Integer value)
value - allowed object is
Integerpublic List<Object> getModuleRefs()
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 moduleRefs property.
For example, to add a new item, do as follows:
getModuleRefs().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public List<Object> getMacroRefs()
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 macroRefs property.
For example, to add a new item, do as follows:
getMacroRefs().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public List<Object> getActionRefs()
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 actionRefs property.
For example, to add a new item, do as follows:
getActionRefs().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public Object getDependentMacroRef()
Objectpublic void setDependentMacroRef(Object value)
value - allowed object is
Objectpublic List<String> getDefaultValue()
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 defaultValue property.
For example, to add a new item, do as follows:
getDefaultValue().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getPresentRegExp()
Stringpublic void setPresentRegExp(String value)
value - allowed object is
Stringpublic String getXPath()
Stringpublic void setXPath(String value)
value - allowed object is
Stringpublic String getXPathRoot()
Stringpublic void setXPathRoot(String value)
value - allowed object is
Stringpublic String getDescriptiveName()
StringCopyright © 2013. All Rights Reserved.