Class ProcessorType


  • public class ProcessorType
    extends 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>
     
    • Constructor Detail

      • ProcessorType

        public ProcessorType()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getId

        public int getId()
        Gets the value of the id property.
      • setId

        public void setId​(int value)
        Sets the value of the id property.
      • setCardTypes

        public void setCardTypes​(ArrayOfCardType value)
        Sets the value of the cardTypes property.
        Parameters:
        value - allowed object is ArrayOfCardType