public class AnropsBehorighetsInfoType
extends java.lang.Object
Java class for anropsBehorighetsInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="anropsBehorighetsInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="anropsBehorighetsInfoId" type="{urn:skl:tp:vagvalsinfo:v2}anropsBehorighetsInfoIdType"/>
<element name="receiverId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="senderId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<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="filterInfo" type="{urn:skl:tp:vagvalsinfo:v2}filterInfoType" maxOccurs="unbounded" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
anropsBehorighetsInfoId |
protected java.util.List<java.lang.Object> |
any |
protected java.util.List<FilterInfoType> |
filterInfo |
protected javax.xml.datatype.XMLGregorianCalendar |
fromTidpunkt |
protected java.lang.String |
receiverId |
protected java.lang.String |
senderId |
protected java.lang.String |
tjansteKontrakt |
protected javax.xml.datatype.XMLGregorianCalendar |
tomTidpunkt |
| Constructor and Description |
|---|
AnropsBehorighetsInfoType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAnropsBehorighetsInfoId()
Gets the value of the anropsBehorighetsInfoId property.
|
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property.
|
java.util.List<FilterInfoType> |
getFilterInfo()
Gets the value of the filterInfo 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 |
getSenderId()
Gets the value of the senderId property.
|
java.lang.String |
getTjansteKontrakt()
Gets the value of the tjansteKontrakt property.
|
javax.xml.datatype.XMLGregorianCalendar |
getTomTidpunkt()
Gets the value of the tomTidpunkt property.
|
void |
setAnropsBehorighetsInfoId(java.lang.String value)
Sets the value of the anropsBehorighetsInfoId 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 |
setSenderId(java.lang.String value)
Sets the value of the senderId 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.
|
protected java.lang.String anropsBehorighetsInfoId
protected java.lang.String receiverId
protected java.lang.String senderId
protected java.lang.String tjansteKontrakt
protected javax.xml.datatype.XMLGregorianCalendar fromTidpunkt
protected javax.xml.datatype.XMLGregorianCalendar tomTidpunkt
protected java.util.List<FilterInfoType> filterInfo
protected java.util.List<java.lang.Object> any
public java.lang.String getAnropsBehorighetsInfoId()
Stringpublic void setAnropsBehorighetsInfoId(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 getSenderId()
Stringpublic void setSenderId(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.util.List<FilterInfoType> getFilterInfo()
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 filterInfo property.
For example, to add a new item, do as follows:
getFilterInfo().add(newItem);
Objects of the following type(s) are allowed in the list
FilterInfoType
public 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.