Class PartyInfoType.Builder<_B>
- java.lang.Object
-
- org.oasis_open.docs.ebxml_bp.ebbp_signals_2.PartyInfoType.Builder<_B>
-
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- PartyInfoType
public static class PartyInfoType.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected PartyInfoType_storedValue
-
Constructor Summary
Constructors Constructor Description Builder(_B _parentBuilder, PartyInfoType _other, boolean _copy)Builder(_B _parentBuilder, PartyInfoType _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 PartyInfoTypebuild()PartyInfoType.Builder<_B>copyOf(PartyInfoType _other)PartyInfoType.Builder<_B>copyOf(PartyInfoType.Builder _other)_Bend()protected <_P extends PartyInfoType>
_Pinit(_P _product)PartyInfoType.Builder<_B>withType(String type)Sets the new value of "type" (any previous value will be replaced)PartyInfoType.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 PartyInfoType _storedValue
-
-
Constructor Detail
-
Builder
public Builder(_B _parentBuilder, PartyInfoType _other, boolean _copy)
-
Builder
public Builder(_B _parentBuilder, PartyInfoType _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 PartyInfoType> _P init(_P _product)
-
withValue
public PartyInfoType.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 PartyInfoType.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.
-
build
public PartyInfoType build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public PartyInfoType.Builder<_B> copyOf(PartyInfoType _other)
-
copyOf
public PartyInfoType.Builder<_B> copyOf(PartyInfoType.Builder _other)
-
-