Uses of Interface
org.deegree.services.wcas.metadatadesc.RoleCode

Packages that use RoleCode
org.deegree_impl.services.wcas.metadatadesc   
org.deegree.services.wcas.metadatadesc   
 

Uses of RoleCode in org.deegree_impl.services.wcas.metadatadesc
 

Classes in org.deegree_impl.services.wcas.metadatadesc that implement RoleCode
 class RoleCode_Impl
          RoleCode_Impl.java Created on 16.
 

Methods in org.deegree_impl.services.wcas.metadatadesc that return RoleCode
private static RoleCode WCAS_ISO19119Factory.getRoleCode(org.w3c.dom.Element rcElement)
          returns an instance of the element <roleCode>
maxOccurs="unbounded"
<xs:complexType name="roleCodeType"> <xs:attribute name="value" use="required"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="contentProvider"/> <xs:enumeration value="custodianSteward"/> <xs:enumeration value="owner"/> <xs:enumeration value="user"/> <xs:enumeration value="distributor"/> <xs:enumeration value="metadataProvider"/> <xs:enumeration value="originator"/> <xs:enumeration value="pointOfContact"/> <xs:enumeration value="principalInvestigator"/> <xs:enumeration value="processor"/> <xs:enumeration value="publisher"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType>
 RoleCode[] UserContactInfo_Impl.getRoleCode()
          minOccurs="0" maxOccurs="unbounded"
 RoleCode[] PointOfContact_Impl.getRoleCode()
          minOccurs="0" maxOccurs="unbounded"
 RoleCode[] CitedResponsibleParty_Impl.getRoleCode()
          minOccurs="0" maxOccurs="unbounded"
 

Methods in org.deegree_impl.services.wcas.metadatadesc with parameters of type RoleCode
 void UserContactInfo_Impl.addRoleCode(RoleCode rolecode)
           
 void UserContactInfo_Impl.setRoleCode(RoleCode[] rolecode)
           
 void PointOfContact_Impl.addRoleCode(RoleCode rolecode)
           
 void PointOfContact_Impl.setRoleCode(RoleCode[] rolecode)
           
 void CitedResponsibleParty_Impl.addRoleCode(RoleCode rolecode)
           
 void CitedResponsibleParty_Impl.setRoleCode(RoleCode[] rolecode)
           
 

Constructors in org.deegree_impl.services.wcas.metadatadesc with parameters of type RoleCode
UserContactInfo_Impl(ContactInfo[] contactinfo, java.lang.String[] individualname, java.lang.String[] organisationname, java.lang.String[] positionname, RoleCode[] rolecode)
          Creates a new instance of UserContactInfo_Impl
PointOfContact_Impl(ContactInfo[] contactinfo, java.lang.String[] individualname, java.lang.String[] organisationname, java.lang.String[] positionname, RoleCode[] rolecode)
          Creates a new instance of PointOfContact_Impl
CitedResponsibleParty_Impl(ContactInfo[] contactinfo, java.lang.String[] individualname, java.lang.String[] organisationname, java.lang.String[] positionname, RoleCode[] rolecode)
          Creates a new instance of CitedResponsibleParty_Impl
 

Uses of RoleCode in org.deegree.services.wcas.metadatadesc
 

Methods in org.deegree.services.wcas.metadatadesc that return RoleCode
 RoleCode[] UserContactInfo.getRoleCode()
          minOccurs="0" maxOccurs="unbounded"
 RoleCode[] PointOfContact.getRoleCode()
          minOccurs="0" maxOccurs="unbounded"
 RoleCode[] CitedResponsibleParty.getRoleCode()
          minOccurs="0" maxOccurs="unbounded"