Class AgreementRef.Builder<_B>
- java.lang.Object
-
- org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.AgreementRef.Builder<_B>
-
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- AgreementRef
public static class AgreementRef.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected AgreementRef_storedValue
-
Constructor Summary
Constructors Constructor Description Builder(_B _parentBuilder, AgreementRef _other, boolean _copy)Builder(_B _parentBuilder, AgreementRef _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgreementRefbuild()AgreementRef.Builder<_B>copyOf(AgreementRef _other)AgreementRef.Builder<_B>copyOf(AgreementRef.Builder _other)_Bend()protected <_P extends AgreementRef>
_Pinit(_P _product)AgreementRef.Builder<_B>withPmode(String pmode)Sets the new value of "pmode" (any previous value will be replaced)AgreementRef.Builder<_B>withType(String type)Sets the new value of "type" (any previous value will be replaced)AgreementRef.Builder<_B>withValue(String value)Sets the new value of "value" (any previous value will be replaced)
-
-
-
Field Detail
-
_parentBuilder
protected final _B _parentBuilder
-
_storedValue
protected final AgreementRef _storedValue
-
-
Constructor Detail
-
Builder
public Builder(_B _parentBuilder, AgreementRef _other, boolean _copy)
-
Builder
public Builder(_B _parentBuilder, AgreementRef _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Detail
-
end
public _B end()
-
init
protected <_P extends AgreementRef> _P init(_P _product)
-
withValue
public AgreementRef.Builder<_B> withValue(String value)
Sets the new value of "value" (any previous value will be replaced)- Parameters:
value- New value of the "value" property.
-
withType
public AgreementRef.Builder<_B> withType(String type)
Sets the new value of "type" (any previous value will be replaced)- Parameters:
type- New value of the "type" property.
-
withPmode
public AgreementRef.Builder<_B> withPmode(String pmode)
Sets the new value of "pmode" (any previous value will be replaced)- Parameters:
pmode- New value of the "pmode" property.
-
build
public AgreementRef build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public AgreementRef.Builder<_B> copyOf(AgreementRef _other)
-
copyOf
public AgreementRef.Builder<_B> copyOf(AgreementRef.Builder _other)
-
-