Class RoleAttribute

  • All Implemented Interfaces:
    Serializable, BaseIdentity

    public class RoleAttribute
    extends AbstractAttributeDTO

    Java class for roleAttribute.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="roleAttribute">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="metadataId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="roleAttrId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="roleId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • roleId

        protected String roleId
    • Constructor Detail

      • RoleAttribute

        public RoleAttribute()