Class PartyInfo
- java.lang.Object
-
- org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.PartyInfo
-
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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPartyInfo.Builder<_B>static classPartyInfo.Selectstatic classPartyInfo.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>
-
Constructor Summary
Constructors Constructor Description PartyInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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> voidcopyTo(PartyInfo.Builder<_B> _other)Copies all state of this object to a builder.<_B> voidcopyTo(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.FromgetFrom()Gets the value of the from property.TogetTo()Gets the value of the to property.PartyInfo.Builder<Void>newCopyBuilder()<_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(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)voidsetFrom(From value)Sets the value of the from property.voidsetTo(To value)Sets the value of the to property.
-
-
-
Method Detail
-
setFrom
public void setFrom(From value)
Sets the value of the from property.- Parameters:
value- allowed object isFrom
-
setTo
public void setTo(To value)
Sets the value of the to property.- Parameters:
value- allowed object isTo
-
copyTo
public <_B> void copyTo(PartyInfo.Builder<_B> _other)
Copies all state of this object to a builder. This method is used by thecopyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.PartyInfo)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> PartyInfo.Builder<_B> newCopyBuilder(_B _parentBuilder)
-
newCopyBuilder
public PartyInfo.Builder<Void> newCopyBuilder()
-
builder
public static PartyInfo.Builder<Void> builder()
-
copyOf
public static <_B> PartyInfo.Builder<_B> copyOf(PartyInfo _other)
-
copyTo
public <_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. This method is used by thecopyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.PartyInfo)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> PartyInfo.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
newCopyBuilder
public PartyInfo.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyOf
public static <_B> PartyInfo.Builder<_B> copyOf(PartyInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyExcept
public static PartyInfo.Builder<Void> copyExcept(PartyInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
copyOnly
public static PartyInfo.Builder<Void> copyOnly(PartyInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
-