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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringmessagePartIdentifierprotected ReferenceTypereference
-
Constructor Summary
Constructors Constructor Description MessagePartNRInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessagePartIdentifier()Gets the value of the messagePartIdentifier property.ReferenceTypegetReference()Gets the value of the reference property.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
-
-