public class BasicPreflightTest 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}PreflightArgument" maxOccurs="unbounded" minOccurs="0"/>
</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 List<String> |
classes |
protected String |
className |
protected String |
devNS |
protected EnumListType |
listType |
protected Integer |
maxOccurs |
protected Integer |
minOccurs |
protected String |
name |
protected List<PreflightArgument> |
preflightArgument |
| Constructor and Description |
|---|
BasicPreflightTest() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getClasses()
Gets the value of the classes property.
|
String |
getClassName()
Gets the value of the className property.
|
String |
getDevNS()
Gets the value of the devNS property.
|
EnumListType |
getListType()
Gets the value of the listType property.
|
Integer |
getMaxOccurs()
Gets the value of the maxOccurs property.
|
Integer |
getMinOccurs()
Gets the value of the minOccurs property.
|
String |
getName()
Gets the value of the name property.
|
List<PreflightArgument> |
getPreflightArgument()
Gets the value of the preflightArgument property.
|
void |
setClassName(String value)
Sets the value of the className property.
|
void |
setDevNS(String value)
Sets the value of the devNS property.
|
void |
setListType(EnumListType value)
Sets the value of the listType property.
|
void |
setMaxOccurs(Integer value)
Sets the value of the maxOccurs property.
|
void |
setMinOccurs(Integer value)
Sets the value of the minOccurs property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected List<PreflightArgument> preflightArgument
protected String className
protected String devNS
protected EnumListType listType
protected Integer minOccurs
protected String name
protected Integer maxOccurs
public List<PreflightArgument> getPreflightArgument()
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 preflightArgument property.
For example, to add a new item, do as follows:
getPreflightArgument().add(newItem);
Objects of the following type(s) are allowed in the list
PreflightArgument
public String getClassName()
Stringpublic void setClassName(String value)
value - allowed object is
Stringpublic String getDevNS()
Stringpublic void setDevNS(String value)
value - allowed object is
Stringpublic EnumListType getListType()
EnumListTypepublic void setListType(EnumListType value)
value - allowed object is
EnumListTypepublic Integer getMinOccurs()
Integerpublic void setMinOccurs(Integer value)
value - allowed object is
Integerpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Integer getMaxOccurs()
Integerpublic void setMaxOccurs(Integer value)
value - allowed object is
Integerpublic List<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 © 2013. All Rights Reserved.