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>
| Modifier and Type | Field and Description |
|---|---|
protected AddressType |
address |
protected List<ConditionsType> |
conditions |
protected CountrySubentityType |
countrySubentity |
protected CountrySubentityCodeType |
countrySubentityCode |
protected List<DescriptionType> |
description |
protected IDType |
id |
protected InformationURIType |
informationURI |
protected List<LocationCoordinateType> |
locationCoordinate |
protected LocationTypeCodeType |
locationTypeCode |
protected NameType |
name |
protected List<LocationType> |
subsidiaryLocation |
protected List<PeriodType> |
validityPeriod |
| Constructor and Description |
|---|
LocationType() |
| Modifier and Type | Method and Description |
|---|---|
AddressType |
getAddress()
Gets the value of the address property.
|
List<ConditionsType> |
getConditions()
Gets the value of the conditions property.
|
CountrySubentityType |
getCountrySubentity()
Gets the value of the countrySubentity property.
|
CountrySubentityCodeType |
getCountrySubentityCode()
Gets the value of the countrySubentityCode property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
IDType |
getID()
Gets the value of the id property.
|
InformationURIType |
getInformationURI()
Gets the value of the informationURI property.
|
List<LocationCoordinateType> |
getLocationCoordinate()
Gets the value of the locationCoordinate property.
|
LocationTypeCodeType |
getLocationTypeCode()
Gets the value of the locationTypeCode property.
|
NameType |
getName()
Gets the value of the name property.
|
List<LocationType> |
getSubsidiaryLocation()
Gets the value of the subsidiaryLocation property.
|
List<PeriodType> |
getValidityPeriod()
Gets the value of the validityPeriod property.
|
void |
setAddress(AddressType value)
Sets the value of the address property.
|
void |
setCountrySubentity(CountrySubentityType value)
Sets the value of the countrySubentity property.
|
void |
setCountrySubentityCode(CountrySubentityCodeType value)
Sets the value of the countrySubentityCode property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setInformationURI(InformationURIType value)
Sets the value of the informationURI property.
|
void |
setLocationTypeCode(LocationTypeCodeType value)
Sets the value of the locationTypeCode property.
|
void |
setName(NameType value)
Sets the value of the name property.
|
protected IDType id
protected List<DescriptionType> description
protected List<ConditionsType> conditions
protected CountrySubentityType countrySubentity
protected CountrySubentityCodeType countrySubentityCode
protected LocationTypeCodeType locationTypeCode
protected InformationURIType informationURI
protected NameType name
protected List<PeriodType> validityPeriod
protected AddressType address
protected List<LocationType> subsidiaryLocation
protected List<LocationCoordinateType> locationCoordinate
public void setID(IDType value)
value - allowed object is
IDTypepublic List<DescriptionType> getDescription()
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
public List<ConditionsType> getConditions()
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
public CountrySubentityType getCountrySubentity()
CountrySubentityTypepublic void setCountrySubentity(CountrySubentityType value)
value - allowed object is
CountrySubentityTypepublic CountrySubentityCodeType getCountrySubentityCode()
CountrySubentityCodeTypepublic void setCountrySubentityCode(CountrySubentityCodeType value)
value - allowed object is
CountrySubentityCodeTypepublic LocationTypeCodeType getLocationTypeCode()
LocationTypeCodeTypepublic void setLocationTypeCode(LocationTypeCodeType value)
value - allowed object is
LocationTypeCodeTypepublic InformationURIType getInformationURI()
InformationURITypepublic void setInformationURI(InformationURIType value)
value - allowed object is
InformationURITypepublic NameType getName()
NameTypepublic void setName(NameType value)
value - allowed object is
NameTypepublic List<PeriodType> getValidityPeriod()
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
public AddressType getAddress()
AddressTypepublic void setAddress(AddressType value)
value - allowed object is
AddressTypepublic List<LocationType> getSubsidiaryLocation()
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
public List<LocationCoordinateType> getLocationCoordinate()
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
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.