Class LocationType


  • public class LocationType
    extends Object

    Java class for LocationType complex type

    .

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

    
     <complexType name="LocationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Description" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Conditions" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CountrySubentity" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CountrySubentityCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LocationTypeCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}InformationURI" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Name" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ValidityPeriod" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Address" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SubsidiaryLocation" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}LocationCoordinate" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • LocationType

        public LocationType()
    • Method Detail

      • getID

        public IDType getID()
        Gets the value of the id property.
        Returns:
        possible object is IDType
      • setID

        public void setID​(IDType value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is IDType
      • getDescription

        public List<DescriptionType> getDescription()
        Gets the value of the description 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 description property.

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

         getDescription().add(newItem);
         

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

        Returns:
        The value of the description property.
      • getConditions

        public List<ConditionsType> getConditions()
        Gets the value of the conditions 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 conditions property.

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

         getConditions().add(newItem);
         

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

        Returns:
        The value of the conditions property.
      • setInformationURI

        public void setInformationURI​(InformationURIType value)
        Sets the value of the informationURI property.
        Parameters:
        value - allowed object is InformationURIType
      • getName

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

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

        public List<PeriodType> getValidityPeriod()
        Gets the value of the validityPeriod 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 validityPeriod property.

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

         getValidityPeriod().add(newItem);
         

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

        Returns:
        The value of the validityPeriod property.
      • getAddress

        public AddressType getAddress()
        Gets the value of the address property.
        Returns:
        possible object is AddressType
      • setAddress

        public void setAddress​(AddressType value)
        Sets the value of the address property.
        Parameters:
        value - allowed object is AddressType
      • getSubsidiaryLocation

        public List<LocationType> getSubsidiaryLocation()
        Gets the value of the subsidiaryLocation 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 subsidiaryLocation property.

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

         getSubsidiaryLocation().add(newItem);
         

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

        Returns:
        The value of the subsidiaryLocation property.
      • getLocationCoordinate

        public List<LocationCoordinateType> getLocationCoordinate()
        Gets the value of the locationCoordinate 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 locationCoordinate property.

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

         getLocationCoordinate().add(newItem);
         

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

        Returns:
        The value of the locationCoordinate property.