public class AnropsBehorighetsInfoType extends 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 String |
anropsBehorighetsInfoId |
protected List<Object> |
any |
protected List<FilterInfoType> |
filterInfo |
protected XMLGregorianCalendar |
fromTidpunkt |
protected String |
receiverId |
protected String |
senderId |
protected String |
tjansteKontrakt |
protected XMLGregorianCalendar |
tomTidpunkt |
| Constructor and Description |
|---|
AnropsBehorighetsInfoType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnropsBehorighetsInfoId()
Gets the value of the anropsBehorighetsInfoId property.
|
List<Object> |
getAny()
Gets the value of the any property.
|
List<FilterInfoType> |
getFilterInfo()
Gets the value of the filterInfo property.
|
XMLGregorianCalendar |
getFromTidpunkt()
Gets the value of the fromTidpunkt property.
|
String |
getReceiverId()
Gets the value of the receiverId property.
|
String |
getSenderId()
Gets the value of the senderId property.
|
String |
getTjansteKontrakt()
Gets the value of the tjansteKontrakt property.
|
XMLGregorianCalendar |
getTomTidpunkt()
Gets the value of the tomTidpunkt property.
|
void |
setAnropsBehorighetsInfoId(String value)
Sets the value of the anropsBehorighetsInfoId property.
|
void |
setFromTidpunkt(XMLGregorianCalendar value)
Sets the value of the fromTidpunkt property.
|
void |
setReceiverId(String value)
Sets the value of the receiverId property.
|
void |
setSenderId(String value)
Sets the value of the senderId property.
|
void |
setTjansteKontrakt(String value)
Sets the value of the tjansteKontrakt property.
|
void |
setTomTidpunkt(XMLGregorianCalendar value)
Sets the value of the tomTidpunkt property.
|
protected String anropsBehorighetsInfoId
protected String receiverId
protected String senderId
protected String tjansteKontrakt
protected XMLGregorianCalendar fromTidpunkt
protected XMLGregorianCalendar tomTidpunkt
protected List<FilterInfoType> filterInfo
public String getAnropsBehorighetsInfoId()
Stringpublic void setAnropsBehorighetsInfoId(String value)
value - allowed object is
Stringpublic String getReceiverId()
Stringpublic void setReceiverId(String value)
value - allowed object is
Stringpublic String getSenderId()
Stringpublic void setSenderId(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 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 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.