public class BasicPreflightTest
extends java.lang.Object
implements java.io.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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}PreflightArgument" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="ClassName" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="DevNS" type="{http://www.CIP4.org/JDFSchema_2_0}URI" />
<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="Name" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="MaxOccurs" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Classes" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
classes |
protected java.lang.String |
className |
protected java.lang.String |
devNS |
protected EnumListType |
listType |
protected java.lang.Integer |
maxOccurs |
protected java.lang.Integer |
minOccurs |
protected java.lang.String |
name |
protected java.util.List<PreflightArgument> |
preflightArguments |
| Constructor and Description |
|---|
BasicPreflightTest() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getClasses()
Gets the value of the classes property.
|
java.lang.String |
getClassName()
Gets the value of the className property.
|
java.lang.String |
getDevNS()
Gets the value of the devNS property.
|
EnumListType |
getListType()
Gets the value of the listType property.
|
java.lang.Integer |
getMaxOccurs()
Gets the value of the maxOccurs property.
|
java.lang.Integer |
getMinOccurs()
Gets the value of the minOccurs property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.util.List<PreflightArgument> |
getPreflightArguments()
Gets the value of the preflightArguments property.
|
void |
setClassName(java.lang.String value)
Sets the value of the className property.
|
void |
setDevNS(java.lang.String value)
Sets the value of the devNS property.
|
void |
setListType(EnumListType value)
Sets the value of the listType property.
|
void |
setMaxOccurs(java.lang.Integer value)
Sets the value of the maxOccurs property.
|
void |
setMinOccurs(java.lang.Integer value)
Sets the value of the minOccurs property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
protected java.util.List<PreflightArgument> preflightArguments
protected java.lang.String className
protected java.lang.String devNS
protected EnumListType listType
protected java.lang.Integer minOccurs
protected java.lang.String name
protected java.lang.Integer maxOccurs
protected java.util.List<java.lang.String> classes
public java.util.List<PreflightArgument> getPreflightArguments()
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 preflightArguments property.
For example, to add a new item, do as follows:
getPreflightArguments().add(newItem);
Objects of the following type(s) are allowed in the list
PreflightArgument
public java.lang.String getClassName()
Stringpublic void setClassName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDevNS()
Stringpublic void setDevNS(java.lang.String value)
value - allowed object is
Stringpublic EnumListType getListType()
EnumListTypepublic void setListType(EnumListType value)
value - allowed object is
EnumListTypepublic java.lang.Integer getMinOccurs()
Integerpublic void setMinOccurs(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getMaxOccurs()
Integerpublic void setMaxOccurs(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<java.lang.String> getClasses()
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 classes property.
For example, to add a new item, do as follows:
getClasses().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2012. All Rights Reserved.