public class GetContextStatesByIdentification extends AbstractGet
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://p11073-10207/draft10/msg/2017/10/05}AbstractGet">
<sequence>
<element name="Identification" type="{http://p11073-10207/draft10/pm/2017/10/05}InstanceIdentifier" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ContextType" type="{http://www.w3.org/2001/XMLSchema}QName" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected QName |
contextType |
protected List<InstanceIdentifier> |
identification |
extension| Constructor and Description |
|---|
GetContextStatesByIdentification() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
QName |
getContextType()
Gets the value of the contextType property.
|
List<InstanceIdentifier> |
getIdentification()
Gets the value of the identification property.
|
int |
hashCode() |
void |
setContextType(QName value)
Sets the value of the contextType property.
|
void |
setIdentification(List<InstanceIdentifier> value) |
String |
toString() |
getExtension, setExtensionprotected List<InstanceIdentifier> identification
protected QName contextType
public List<InstanceIdentifier> getIdentification()
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 identification property.
For example, to add a new item, do as follows:
getIdentification().add(newItem);
Objects of the following type(s) are allowed in the list
InstanceIdentifier
public QName getContextType()
QNamepublic void setContextType(QName value)
value - allowed object is
QNamepublic void setIdentification(List<InstanceIdentifier> value)
public String toString()
toString in class AbstractGetpublic boolean equals(Object that)
equals in class AbstractGetpublic int hashCode()
hashCode in class AbstractGetCopyright © 2017. All rights reserved.