Class GetContextStatesByIdentification
- java.lang.Object
-
- org.somda.sdc.biceps.model.message.AbstractGet
-
- org.somda.sdc.biceps.model.message.GetContextStatesByIdentification
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
public class GetContextStatesByIdentification extends AbstractGet implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}AbstractGet"> <sequence> <element name="Identification" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}InstanceIdentifier" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="ContextType" type="{http://www.w3.org/2001/XMLSchema}QName" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected QNamecontextTypeprotected List<InstanceIdentifier>identification-
Fields inherited from class org.somda.sdc.biceps.model.message.AbstractGet
extension
-
-
Constructor Summary
Constructors Constructor Description GetContextStatesByIdentification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)ObjectcreateNewInstance()booleanequals(Object object)QNamegetContextType()Gets the value of the contextType property.List<InstanceIdentifier>getIdentification()Gets the value of the identification property.inthashCode()voidsetContextType(QName value)Sets the value of the contextType property.voidsetIdentification(List<InstanceIdentifier> value)StringtoString()-
Methods inherited from class org.somda.sdc.biceps.model.message.AbstractGet
getExtension, setExtension
-
-
-
-
Field Detail
-
identification
protected List<InstanceIdentifier> identification
-
contextType
protected QName contextType
-
-
Method Detail
-
getIdentification
public List<InstanceIdentifier> getIdentification()
Gets the value of the identification property.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
setmethod 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
-
getContextType
public QName getContextType()
Gets the value of the contextType property.- Returns:
- possible object is
QName
-
setContextType
public void setContextType(QName value)
Sets the value of the contextType property.- Parameters:
value- allowed object isQName
-
setIdentification
public void setIdentification(List<InstanceIdentifier> value)
-
clone
public Object clone()
- Overrides:
clonein classAbstractGet
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractGet
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractGet
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
createNewInstancein classAbstractGet
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractGet
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractGet
-
toString
public String toString()
- Overrides:
toStringin classAbstractGet
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classAbstractGet
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classAbstractGet
-
-