public class PartyInfo extends Object
Java class for PartyInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="From" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}From"/>
<element name="To" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}To"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PartyInfo.Builder<_B> |
static class |
PartyInfo.Select |
static class |
PartyInfo.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Constructor and Description |
|---|
PartyInfo() |
| Modifier and Type | Method and Description |
|---|---|
static PartyInfo.Builder<Void> |
builder() |
static PartyInfo.Builder<Void> |
copyExcept(PartyInfo _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> PartyInfo.Builder<_B> |
copyOf(PartyInfo _other) |
static <_B> PartyInfo.Builder<_B> |
copyOf(PartyInfo _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static PartyInfo.Builder<Void> |
copyOnly(PartyInfo _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> void |
copyTo(PartyInfo.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
copyTo(PartyInfo.Builder<_B> _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder.
|
From |
getFrom()
Gets the value of the from property.
|
To |
getTo()
Gets the value of the to property.
|
<_B> PartyInfo.Builder<_B> |
newCopyBuilder(_B _parentBuilder) |
<_B> PartyInfo.Builder<_B> |
newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
PartyInfo.Builder<Void> |
newCopyBuilder() |
PartyInfo.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
void |
setFrom(From value)
Sets the value of the from property.
|
void |
setTo(To value)
Sets the value of the to property.
|
public void setFrom(From value)
value - allowed object is
Frompublic void setTo(To value)
value - allowed object is
Topublic <_B> void copyTo(PartyInfo.Builder<_B> _other)
copyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.PartyInfo) 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> PartyInfo.Builder<_B> newCopyBuilder(_B _parentBuilder)
public PartyInfo.Builder<Void> newCopyBuilder()
public static PartyInfo.Builder<Void> builder()
public static <_B> PartyInfo.Builder<_B> copyOf(PartyInfo _other)
public <_B> void copyTo(PartyInfo.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.PartyInfo) 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> PartyInfo.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public PartyInfo.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> PartyInfo.Builder<_B> copyOf(PartyInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static PartyInfo.Builder<Void> copyExcept(PartyInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static PartyInfo.Builder<Void> copyOnly(PartyInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2022 NorStella. All rights reserved.