public class ProcessorType
extends java.lang.Object
Java class for processorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="processorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="cardTypes" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfCardType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfCardType |
cardTypes |
protected int |
id |
protected java.lang.String |
name |
| Constructor and Description |
|---|
ProcessorType() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCardType |
getCardTypes()
Gets the value of the cardTypes property.
|
int |
getId()
Gets the value of the id property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setCardTypes(ArrayOfCardType value)
Sets the value of the cardTypes property.
|
void |
setId(int value)
Sets the value of the id property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
protected java.lang.String name
protected int id
protected ArrayOfCardType cardTypes
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic int getId()
public void setId(int value)
public ArrayOfCardType getCardTypes()
ArrayOfCardTypepublic void setCardTypes(ArrayOfCardType value)
value - allowed object is
ArrayOfCardTypeCopyright © 2018. All Rights Reserved.