Package iofXml.v2

Class Country

java.lang.Object
iofXml.v2.Country

public class Country extends Object

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="{}CountryId"/>
         <element ref="{}Name" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}ModifyDate" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Country

      public Country()
  • Method Details

    • getCountryId

      public CountryId getCountryId()
      Gets the value of the countryId property.
      Returns:
      possible object is CountryId
    • setCountryId

      public void setCountryId(CountryId value)
      Sets the value of the countryId property.
      Parameters:
      value - allowed object is CountryId
    • getName

      public List<Name> getName()
      Gets the value of the name 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 name property.

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

       getName().add(newItem);
       

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

      Returns:
      The value of the name property.
    • getModifyDate

      public ModifyDate getModifyDate()
      Gets the value of the modifyDate property.
      Returns:
      possible object is ModifyDate
    • setModifyDate

      public void setModifyDate(ModifyDate value)
      Sets the value of the modifyDate property.
      Parameters:
      value - allowed object is ModifyDate