Class ListOfAUDetailsType


  • public class ListOfAUDetailsType
    extends Object

    Java class for ListOfAUDetailsType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ListOfAUDetailsType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice maxOccurs="unbounded">
             <element name="auUpdate" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}auUpdateType" minOccurs="0"/>
             <element name="auDelete" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}auDeleteType" minOccurs="0"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ListOfAUDetailsType

        public ListOfAUDetailsType()
    • Method Detail

      • getAuUpdateOrAuDelete

        public List<AuDetailsType> getAuUpdateOrAuDelete()
        Gets the value of the auUpdateOrAuDelete property.

        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 auUpdateOrAuDelete property.

        For example, to add a new item, do as follows:

            getAuUpdateOrAuDelete().add(newItem);
         

        Objects of the following type(s) are allowed in the list AuUpdateType AuDeleteType