public class AgreementRef extends Object
Java class for AgreementRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AgreementRef">
<simpleContent>
<extension base="<http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/>non-empty-string">
<attribute name="type" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}non-empty-string" />
<attribute name="pmode" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}non-empty-string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AgreementRef.Builder<_B> |
static class |
AgreementRef.Select |
static class |
AgreementRef.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Modifier and Type | Field and Description |
|---|---|
protected String |
pmode |
protected String |
type |
protected String |
value |
| Constructor and Description |
|---|
AgreementRef() |
| Modifier and Type | Method and Description |
|---|---|
static AgreementRef.Builder<Void> |
builder() |
static AgreementRef.Builder<Void> |
copyExcept(AgreementRef _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> AgreementRef.Builder<_B> |
copyOf(AgreementRef _other) |
static <_B> AgreementRef.Builder<_B> |
copyOf(AgreementRef _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static AgreementRef.Builder<Void> |
copyOnly(AgreementRef _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> void |
copyTo(AgreementRef.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
copyTo(AgreementRef.Builder<_B> _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder.
|
String |
getPmode()
Gets the value of the pmode property.
|
String |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
<_B> AgreementRef.Builder<_B> |
newCopyBuilder(_B _parentBuilder) |
<_B> AgreementRef.Builder<_B> |
newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
AgreementRef.Builder<Void> |
newCopyBuilder() |
AgreementRef.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
void |
setPmode(String value)
Sets the value of the pmode property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getPmode()
Stringpublic void setPmode(String value)
value - allowed object is
Stringpublic <_B> void copyTo(AgreementRef.Builder<_B> _other)
copyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.AgreementRef) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> AgreementRef.Builder<_B> newCopyBuilder(_B _parentBuilder)
public AgreementRef.Builder<Void> newCopyBuilder()
public static AgreementRef.Builder<Void> builder()
public static <_B> AgreementRef.Builder<_B> copyOf(AgreementRef _other)
public <_B> void copyTo(AgreementRef.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
copyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.AgreementRef) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> AgreementRef.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public AgreementRef.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> AgreementRef.Builder<_B> copyOf(AgreementRef _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static AgreementRef.Builder<Void> copyExcept(AgreementRef _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static AgreementRef.Builder<Void> copyOnly(AgreementRef _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2022 NorStella. All rights reserved.