public class VirtualiseringsInfoType
extends java.lang.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 java.lang.String |
adress |
protected java.util.List<java.lang.Object> |
any |
protected javax.xml.datatype.XMLGregorianCalendar |
fromTidpunkt |
protected java.lang.String |
receiverId |
protected java.lang.String |
rivProfil |
protected java.lang.String |
tjansteKontrakt |
protected javax.xml.datatype.XMLGregorianCalendar |
tomTidpunkt |
protected java.lang.String |
virtualiseringsInfoId |
| Constructor and Description |
|---|
VirtualiseringsInfoType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAdress()
Gets the value of the adress property.
|
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property.
|
javax.xml.datatype.XMLGregorianCalendar |
getFromTidpunkt()
Gets the value of the fromTidpunkt property.
|
java.lang.String |
getReceiverId()
Gets the value of the receiverId property.
|
java.lang.String |
getRivProfil()
Gets the value of the rivProfil property.
|
java.lang.String |
getTjansteKontrakt()
Gets the value of the tjansteKontrakt property.
|
javax.xml.datatype.XMLGregorianCalendar |
getTomTidpunkt()
Gets the value of the tomTidpunkt property.
|
java.lang.String |
getVirtualiseringsInfoId()
Gets the value of the virtualiseringsInfoId property.
|
void |
setAdress(java.lang.String value)
Sets the value of the adress property.
|
void |
setFromTidpunkt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the fromTidpunkt property.
|
void |
setReceiverId(java.lang.String value)
Sets the value of the receiverId property.
|
void |
setRivProfil(java.lang.String value)
Sets the value of the rivProfil property.
|
void |
setTjansteKontrakt(java.lang.String value)
Sets the value of the tjansteKontrakt property.
|
void |
setTomTidpunkt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the tomTidpunkt property.
|
void |
setVirtualiseringsInfoId(java.lang.String value)
Sets the value of the virtualiseringsInfoId property.
|
protected java.lang.String virtualiseringsInfoId
protected java.lang.String receiverId
protected java.lang.String rivProfil
protected java.lang.String tjansteKontrakt
protected javax.xml.datatype.XMLGregorianCalendar fromTidpunkt
protected javax.xml.datatype.XMLGregorianCalendar tomTidpunkt
protected java.lang.String adress
protected java.util.List<java.lang.Object> any
public java.lang.String getVirtualiseringsInfoId()
Stringpublic void setVirtualiseringsInfoId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getReceiverId()
Stringpublic void setReceiverId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRivProfil()
Stringpublic void setRivProfil(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTjansteKontrakt()
Stringpublic void setTjansteKontrakt(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getFromTidpunkt()
XMLGregorianCalendarpublic void setFromTidpunkt(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getTomTidpunkt()
XMLGregorianCalendarpublic void setTomTidpunkt(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getAdress()
Stringpublic void setAdress(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.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
Element
Object
Copyright © 2017. All Rights Reserved.