Class GetContextStatesByIdentificationResponse
- java.lang.Object
-
- org.somda.sdc.biceps.model.message.AbstractGetResponse
-
- org.somda.sdc.biceps.model.message.GetContextStatesByIdentificationResponse
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
public class GetContextStatesByIdentificationResponse extends AbstractGetResponse 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}AbstractGetResponse"> <sequence> <element name="ContextState" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractContextState" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<AbstractContextState>contextState-
Fields inherited from class org.somda.sdc.biceps.model.message.AbstractGetResponse
extension, instanceId, mdibVersion, sequenceId
-
-
Constructor Summary
Constructors Constructor Description GetContextStatesByIdentificationResponse()
-
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)List<AbstractContextState>getContextState()Gets the value of the contextState property.inthashCode()voidsetContextState(List<AbstractContextState> value)StringtoString()-
Methods inherited from class org.somda.sdc.biceps.model.message.AbstractGetResponse
getExtension, getInstanceId, getMdibVersion, getSequenceId, setExtension, setInstanceId, setMdibVersion, setSequenceId
-
-
-
-
Field Detail
-
contextState
protected List<AbstractContextState> contextState
-
-
Method Detail
-
getContextState
public List<AbstractContextState> getContextState()
Gets the value of the contextState 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 contextState property.For example, to add a new item, do as follows:
getContextState().add(newItem);Objects of the following type(s) are allowed in the list
AbstractContextState
-
setContextState
public void setContextState(List<AbstractContextState> value)
-
clone
public Object clone()
- Overrides:
clonein classAbstractGetResponse
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractGetResponse
-
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 classAbstractGetResponse
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
createNewInstancein classAbstractGetResponse
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractGetResponse
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractGetResponse
-
toString
public String toString()
- Overrides:
toStringin classAbstractGetResponse
-
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 classAbstractGetResponse
-
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 classAbstractGetResponse
-
-