public class VirtualiseringsInfoType extends Object
Java class for virtualiseringsInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="virtualiseringsInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="virtualiseringsInfoId" type="{urn:skl:tp:vagvalsinfo:v2}virtualiseringsInfoIdType"/>
<element name="receiverId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="rivProfil" type="{http://www.w3.org/2001/XMLSchema}NCName"/>
<element name="tjansteKontrakt" type="{http://www.w3.org/2001/XMLSchema}NCName"/>
<element name="fromTidpunkt" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="tomTidpunkt" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="adress" type="{http://www.w3.org/2001/XMLSchema}string"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
adress |
protected List<Object> |
any |
protected XMLGregorianCalendar |
fromTidpunkt |
protected String |
receiverId |
protected String |
rivProfil |
protected String |
tjansteKontrakt |
protected XMLGregorianCalendar |
tomTidpunkt |
protected String |
virtualiseringsInfoId |
| Constructor and Description |
|---|
VirtualiseringsInfoType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdress()
Gets the value of the adress property.
|
List<Object> |
getAny()
Gets the value of the any property.
|
XMLGregorianCalendar |
getFromTidpunkt()
Gets the value of the fromTidpunkt property.
|
String |
getReceiverId()
Gets the value of the receiverId property.
|
String |
getRivProfil()
Gets the value of the rivProfil property.
|
String |
getTjansteKontrakt()
Gets the value of the tjansteKontrakt property.
|
XMLGregorianCalendar |
getTomTidpunkt()
Gets the value of the tomTidpunkt property.
|
String |
getVirtualiseringsInfoId()
Gets the value of the virtualiseringsInfoId property.
|
void |
setAdress(String value)
Sets the value of the adress property.
|
void |
setFromTidpunkt(XMLGregorianCalendar value)
Sets the value of the fromTidpunkt property.
|
void |
setReceiverId(String value)
Sets the value of the receiverId property.
|
void |
setRivProfil(String value)
Sets the value of the rivProfil property.
|
void |
setTjansteKontrakt(String value)
Sets the value of the tjansteKontrakt property.
|
void |
setTomTidpunkt(XMLGregorianCalendar value)
Sets the value of the tomTidpunkt property.
|
void |
setVirtualiseringsInfoId(String value)
Sets the value of the virtualiseringsInfoId property.
|
protected String virtualiseringsInfoId
protected String receiverId
protected String rivProfil
protected String tjansteKontrakt
protected XMLGregorianCalendar fromTidpunkt
protected XMLGregorianCalendar tomTidpunkt
protected String adress
public String getVirtualiseringsInfoId()
Stringpublic void setVirtualiseringsInfoId(String value)
value - allowed object is
Stringpublic String getReceiverId()
Stringpublic void setReceiverId(String value)
value - allowed object is
Stringpublic String getRivProfil()
Stringpublic void setRivProfil(String value)
value - allowed object is
Stringpublic String getTjansteKontrakt()
Stringpublic void setTjansteKontrakt(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getFromTidpunkt()
XMLGregorianCalendarpublic void setFromTidpunkt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getTomTidpunkt()
XMLGregorianCalendarpublic void setTomTidpunkt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getAdress()
Stringpublic void setAdress(String value)
value - allowed object is
Stringpublic List<Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Object
Element
Copyright © 2015. All Rights Reserved.