public class MatrixState 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}Loc" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Value" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="PresentRotateMod" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="UserDisplay" type="{http://www.CIP4.org/JDFSchema_2_0}EnumUserDisplay" />
<attribute name="PresentShift" type="{http://www.CIP4.org/JDFSchema_2_0}NumberList" />
<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="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}matrix" />
<attribute name="AllowedRotateMod" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="AllowedTransforms" type="{http://www.CIP4.org/JDFSchema_2_0}EnumOrientation" />
<attribute name="AllowedShift" type="{http://www.CIP4.org/JDFSchema_2_0}NumberList" />
<attribute name="ID" type="{http://www.CIP4.org/JDFSchema_2_0}ID" />
<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}matrix" />
<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 Double |
allowedRotateMod |
protected List<Double> |
allowedShift |
protected EnumOrientation |
allowedTransforms |
protected EnumAvailability |
availability |
protected Matrix |
currentValue |
protected Matrix |
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 Double |
presentRotateMod |
protected List<Double> |
presentShift |
protected Boolean |
required |
protected EnumUserDisplay |
userDisplay |
protected List<Object> |
value |
protected String |
xPath |
protected String |
xPathRoot |
| Constructor and Description |
|---|
MatrixState() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getActionRefs()
Gets the value of the actionRefs property.
|
Double |
getAllowedRotateMod()
Gets the value of the allowedRotateMod property.
|
List<Double> |
getAllowedShift()
Gets the value of the allowedShift property.
|
EnumOrientation |
getAllowedTransforms()
Gets the value of the allowedTransforms property.
|
EnumAvailability |
getAvailability()
Gets the value of the availability property.
|
Matrix |
getCurrentValue()
Gets the value of the currentValue property.
|
Matrix |
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.
|
Double |
getPresentRotateMod()
Gets the value of the presentRotateMod property.
|
List<Double> |
getPresentShift()
Gets the value of the presentShift property.
|
EnumUserDisplay |
getUserDisplay()
Gets the value of the userDisplay property.
|
List<Object> |
getValue()
Gets the value of the value 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 |
setAllowedRotateMod(Double value)
Sets the value of the allowedRotateMod property.
|
void |
setAllowedTransforms(EnumOrientation value)
Sets the value of the allowedTransforms property.
|
void |
setAvailability(EnumAvailability value)
Sets the value of the availability property.
|
void |
setCurrentValue(Matrix value)
Sets the value of the currentValue property.
|
void |
setDefaultValue(Matrix value)
Sets the value of the defaultValue 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 |
setPresentRotateMod(Double value)
Sets the value of the presentRotateMod 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 Double presentRotateMod
protected EnumUserDisplay userDisplay
protected Boolean hasDefault
protected Boolean required
protected Boolean editable
protected String maxOccurs
protected Matrix currentValue
protected Double allowedRotateMod
protected EnumOrientation allowedTransforms
protected String id
protected String devNS
protected EnumAvailability availability
protected EnumListType listType
protected Integer minOccurs
protected Object dependentMacroRef
protected Matrix defaultValue
protected String xPath
protected String xPathRoot
protected String descriptiveName
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 List<Object> getValue()
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 value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public Double getPresentRotateMod()
Doublepublic void setPresentRotateMod(Double value)
value - allowed object is
Doublepublic EnumUserDisplay getUserDisplay()
EnumUserDisplaypublic void setUserDisplay(EnumUserDisplay value)
value - allowed object is
EnumUserDisplaypublic List<Double> getPresentShift()
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 presentShift property.
For example, to add a new item, do as follows:
getPresentShift().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public Boolean isHasDefault()
Booleanpublic void setHasDefault(Boolean value)
value - allowed object is
Booleanpublic Boolean isRequired()
Booleanpublic void setRequired(Boolean value)
value - allowed object is
Booleanpublic Boolean isEditable()
Booleanpublic void setEditable(Boolean value)
value - allowed object is
Booleanpublic String getMaxOccurs()
Stringpublic void setMaxOccurs(String value)
value - allowed object is
Stringpublic Matrix getCurrentValue()
Stringpublic void setCurrentValue(Matrix value)
value - allowed object is
Stringpublic Double getAllowedRotateMod()
Doublepublic void setAllowedRotateMod(Double value)
value - allowed object is
Doublepublic EnumOrientation getAllowedTransforms()
EnumOrientationpublic void setAllowedTransforms(EnumOrientation value)
value - allowed object is
EnumOrientationpublic List<Double> getAllowedShift()
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 allowedShift property.
For example, to add a new item, do as follows:
getAllowedShift().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public void setID(String value)
value - allowed object is
Stringpublic 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 Matrix getDefaultValue()
Stringpublic void setDefaultValue(Matrix 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.