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>
-
-
Constructor Summary
Constructors Constructor Description RoleType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHref()Gets the value of the href property.StringgetName()Gets the value of the name property.TypeTypegetType()Gets the value of the type property.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
-
-