Class MessagePartNRInformation
- java.lang.Object
-
- org.oasis_open.docs.ebxml_bp.ebbp_signals_2.MessagePartNRInformation
-
public class MessagePartNRInformation extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="MessagePartIdentifier" type="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}non-empty-string"/> <element ref="{http://www.w3.org/2000/09/xmldsig#}Reference"/> </choice> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMessagePartNRInformation.Builder<_B>static classMessagePartNRInformation.Selectstatic classMessagePartNRInformation.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>
-
Field Summary
Fields Modifier and Type Field Description protected StringmessagePartIdentifierprotected ReferenceTypereference
-
Constructor Summary
Constructors Constructor Description MessagePartNRInformation()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MessagePartNRInformation.Builder<Void>builder()static MessagePartNRInformation.Builder<Void>copyExcept(MessagePartNRInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree)static <_B> MessagePartNRInformation.Builder<_B>copyOf(MessagePartNRInformation _other)static <_B> MessagePartNRInformation.Builder<_B>copyOf(MessagePartNRInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static MessagePartNRInformation.Builder<Void>copyOnly(MessagePartNRInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree)<_B> voidcopyTo(MessagePartNRInformation.Builder<_B> _other)Copies all state of this object to a builder.<_B> voidcopyTo(MessagePartNRInformation.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)Copies all state of this object to a builder.StringgetMessagePartIdentifier()Gets the value of the messagePartIdentifier property.ReferenceTypegetReference()Gets the value of the reference property.MessagePartNRInformation.Builder<Void>newCopyBuilder()<_B> MessagePartNRInformation.Builder<_B>newCopyBuilder(_B _parentBuilder)<_B> MessagePartNRInformation.Builder<_B>newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)MessagePartNRInformation.Builder<Void>newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)voidsetMessagePartIdentifier(String value)Sets the value of the messagePartIdentifier property.voidsetReference(ReferenceType value)Sets the value of the reference property.
-
-
-
Field Detail
-
messagePartIdentifier
protected String messagePartIdentifier
-
reference
protected ReferenceType reference
-
-
Method Detail
-
getMessagePartIdentifier
public String getMessagePartIdentifier()
Gets the value of the messagePartIdentifier property.- Returns:
- possible object is
String
-
setMessagePartIdentifier
public void setMessagePartIdentifier(String value)
Sets the value of the messagePartIdentifier property.- Parameters:
value- allowed object isString
-
getReference
public ReferenceType getReference()
Gets the value of the reference property.- Returns:
- possible object is
ReferenceType
-
setReference
public void setReference(ReferenceType value)
Sets the value of the reference property.- Parameters:
value- allowed object isReferenceType
-
copyTo
public <_B> void copyTo(MessagePartNRInformation.Builder<_B> _other)
Copies all state of this object to a builder. This method is used by thecopyOf(org.oasis_open.docs.ebxml_bp.ebbp_signals_2.MessagePartNRInformation)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> MessagePartNRInformation.Builder<_B> newCopyBuilder(_B _parentBuilder)
-
newCopyBuilder
public MessagePartNRInformation.Builder<Void> newCopyBuilder()
-
builder
public static MessagePartNRInformation.Builder<Void> builder()
-
copyOf
public static <_B> MessagePartNRInformation.Builder<_B> copyOf(MessagePartNRInformation _other)
-
copyTo
public <_B> void copyTo(MessagePartNRInformation.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_bp.ebbp_signals_2.MessagePartNRInformation)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> MessagePartNRInformation.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
newCopyBuilder
public MessagePartNRInformation.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyOf
public static <_B> MessagePartNRInformation.Builder<_B> copyOf(MessagePartNRInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyExcept
public static MessagePartNRInformation.Builder<Void> copyExcept(MessagePartNRInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
copyOnly
public static MessagePartNRInformation.Builder<Void> copyOnly(MessagePartNRInformation _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
-