public class ServiceProviderPartyType extends Object
Java class for ServiceProviderPartyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceProviderPartyType">
<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}ServiceTypeCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ServiceType" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Party"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SellerContact" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected IDType |
id |
protected PartyType |
party |
protected ContactType |
sellerContact |
protected List<ServiceTypeType> |
serviceType |
protected ServiceTypeCodeType |
serviceTypeCode |
| Constructor and Description |
|---|
ServiceProviderPartyType() |
| Modifier and Type | Method and Description |
|---|---|
IDType |
getID()
Gets the value of the id property.
|
PartyType |
getParty()
Gets the value of the party property.
|
ContactType |
getSellerContact()
Gets the value of the sellerContact property.
|
List<ServiceTypeType> |
getServiceType()
Gets the value of the serviceType property.
|
ServiceTypeCodeType |
getServiceTypeCode()
Gets the value of the serviceTypeCode property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setParty(PartyType value)
Sets the value of the party property.
|
void |
setSellerContact(ContactType value)
Sets the value of the sellerContact property.
|
void |
setServiceTypeCode(ServiceTypeCodeType value)
Sets the value of the serviceTypeCode property.
|
protected IDType id
protected ServiceTypeCodeType serviceTypeCode
protected List<ServiceTypeType> serviceType
protected PartyType party
protected ContactType sellerContact
public void setID(IDType value)
value - allowed object is
IDTypepublic ServiceTypeCodeType getServiceTypeCode()
ServiceTypeCodeTypepublic void setServiceTypeCode(ServiceTypeCodeType value)
value - allowed object is
ServiceTypeCodeTypepublic List<ServiceTypeType> getServiceType()
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 serviceType property.
For example, to add a new item, do as follows:
getServiceType().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceTypeType
public PartyType getParty()
PartyTypepublic void setParty(PartyType value)
value - allowed object is
PartyTypepublic ContactType getSellerContact()
ContactTypepublic void setSellerContact(ContactType value)
value - allowed object is
ContactTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.