Class RoleType
- java.lang.Object
-
- org.oasis_open.docs.ebxml_bp.ebbp_signals_2.RoleType
-
public class RoleType extends Object
This type defines the structure for Role Definition.Java class for RoleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RoleType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}xlink.grp"/> <attribute name="name" use="required" type="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}non-empty-string" /> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRoleType.Builder<_B>static classRoleType.Selectstatic classRoleType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>
-
Constructor Summary
Constructors Constructor Description RoleType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RoleType.Builder<Void>builder()static RoleType.Builder<Void>copyExcept(RoleType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)static <_B> RoleType.Builder<_B>copyOf(RoleType _other)static <_B> RoleType.Builder<_B>copyOf(RoleType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static RoleType.Builder<Void>copyOnly(RoleType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)<_B> voidcopyTo(RoleType.Builder<_B> _other)Copies all state of this object to a builder.<_B> voidcopyTo(RoleType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)Copies all state of this object to a builder.StringgetHref()Gets the value of the href property.StringgetName()Gets the value of the name property.TypeTypegetType()Gets the value of the type property.RoleType.Builder<Void>newCopyBuilder()<_B> RoleType.Builder<_B>newCopyBuilder(_B _parentBuilder)<_B> RoleType.Builder<_B>newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)RoleType.Builder<Void>newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)voidsetHref(String value)Sets the value of the href property.voidsetName(String value)Sets the value of the name property.voidsetType(TypeType value)Sets the value of the type property.
-
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getType
public TypeType getType()
Gets the value of the type property.- Returns:
- possible object is
TypeType
-
setType
public void setType(TypeType value)
Sets the value of the type property.- Parameters:
value- allowed object isTypeType
-
getHref
public String getHref()
Gets the value of the href property.- Returns:
- possible object is
String
-
setHref
public void setHref(String value)
Sets the value of the href property.- Parameters:
value- allowed object isString
-
copyTo
public <_B> void copyTo(RoleType.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.RoleType)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> RoleType.Builder<_B> newCopyBuilder(_B _parentBuilder)
-
newCopyBuilder
public RoleType.Builder<Void> newCopyBuilder()
-
builder
public static RoleType.Builder<Void> builder()
-
copyOf
public static <_B> RoleType.Builder<_B> copyOf(RoleType _other)
-
copyTo
public <_B> void copyTo(RoleType.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.RoleType)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> RoleType.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
newCopyBuilder
public RoleType.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyOf
public static <_B> RoleType.Builder<_B> copyOf(RoleType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyExcept
public static RoleType.Builder<Void> copyExcept(RoleType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
copyOnly
public static RoleType.Builder<Void> copyOnly(RoleType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
-