public class PartyInfoType extends Object
Java class for PartyInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyInfoType">
<simpleContent>
<extension base="<http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0>non-empty-string">
<attribute name="type" type="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}non-empty-string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PartyInfoType.Builder<_B> |
static class |
PartyInfoType.Select |
static class |
PartyInfoType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Modifier and Type | Field and Description |
|---|---|
protected String |
type |
protected String |
value |
| Constructor and Description |
|---|
PartyInfoType() |
| Modifier and Type | Method and Description |
|---|---|
static PartyInfoType.Builder<Void> |
builder() |
static PartyInfoType.Builder<Void> |
copyExcept(PartyInfoType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> PartyInfoType.Builder<_B> |
copyOf(PartyInfoType _other) |
static <_B> PartyInfoType.Builder<_B> |
copyOf(PartyInfoType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static PartyInfoType.Builder<Void> |
copyOnly(PartyInfoType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> void |
copyTo(PartyInfoType.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
copyTo(PartyInfoType.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 |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
<_B> PartyInfoType.Builder<_B> |
newCopyBuilder(_B _parentBuilder) |
<_B> PartyInfoType.Builder<_B> |
newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
PartyInfoType.Builder<Void> |
newCopyBuilder() |
PartyInfoType.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
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 <_B> void copyTo(PartyInfoType.Builder<_B> _other)
copyOf(org.oasis_open.docs.ebxml_bp.ebbp_signals_2.PartyInfoType) 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> PartyInfoType.Builder<_B> newCopyBuilder(_B _parentBuilder)
public PartyInfoType.Builder<Void> newCopyBuilder()
public static PartyInfoType.Builder<Void> builder()
public static <_B> PartyInfoType.Builder<_B> copyOf(PartyInfoType _other)
public <_B> void copyTo(PartyInfoType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
copyOf(org.oasis_open.docs.ebxml_bp.ebbp_signals_2.PartyInfoType) 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> PartyInfoType.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public PartyInfoType.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> PartyInfoType.Builder<_B> copyOf(PartyInfoType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static PartyInfoType.Builder<Void> copyExcept(PartyInfoType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static PartyInfoType.Builder<Void> copyOnly(PartyInfoType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2022 NorStella. All rights reserved.