public class Scope
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for Scope complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Scope">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader}ScopeAttributes"/>
<element ref="{http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader}ScopeInformation" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
identifier |
protected java.lang.String |
instanceIdentifier |
protected java.util.List<java.lang.Object> |
scopeInformations |
protected java.lang.String |
type |
| Constructor and Description |
|---|
Scope()
Default no-arg constructor
|
Scope(java.lang.String type,
java.lang.String instanceIdentifier,
java.lang.String identifier,
java.util.List<java.lang.Object> scopeInformations)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.lang.String |
getIdentifier()
Gets the value of the identifier property.
|
java.lang.String |
getInstanceIdentifier()
Gets the value of the instanceIdentifier property.
|
java.util.List<java.lang.Object> |
getScopeInformations()
Gets the value of the scopeInformations property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setIdentifier(java.lang.String value)
Sets the value of the identifier property.
|
void |
setInstanceIdentifier(java.lang.String value)
Sets the value of the instanceIdentifier property.
|
void |
setScopeInformations(java.util.List<java.lang.Object> value) |
void |
setType(java.lang.String value)
Sets the value of the type property.
|
java.lang.String |
toString() |
Scope |
withIdentifier(java.lang.String value) |
Scope |
withInstanceIdentifier(java.lang.String value) |
Scope |
withScopeInformations(java.util.Collection<java.lang.Object> values) |
Scope |
withScopeInformations(java.util.List<java.lang.Object> value) |
Scope |
withScopeInformations(java.lang.Object... values) |
Scope |
withType(java.lang.String value) |
protected java.lang.String type
protected java.lang.String instanceIdentifier
protected java.lang.String identifier
protected java.util.List<java.lang.Object> scopeInformations
public Scope()
public Scope(java.lang.String type,
java.lang.String instanceIdentifier,
java.lang.String identifier,
java.util.List<java.lang.Object> scopeInformations)
public java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInstanceIdentifier()
Stringpublic void setInstanceIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIdentifier()
Stringpublic void setIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Object> getScopeInformations()
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 scopeInformations property.
For example, to add a new item, do as follows:
getScopeInformations().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<BusinessService>
JAXBElement<Object>
Object
JAXBElement<CorrelationInformation>
Element
public void setScopeInformations(java.util.List<java.lang.Object> value)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Objectpublic Scope withType(java.lang.String value)
public Scope withInstanceIdentifier(java.lang.String value)
public Scope withIdentifier(java.lang.String value)
public Scope withScopeInformations(java.lang.Object... values)
public Scope withScopeInformations(java.util.Collection<java.lang.Object> values)
public Scope withScopeInformations(java.util.List<java.lang.Object> value)
Copyright © 2015 Digipost Open Source. All Rights Reserved.