Searched refs:_RelationshipType (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/wsaddr/impl/
H A DRelatesToTypeImpl.java15 protected java.lang.String _RelationshipType; field in class:RelatesToTypeImpl
34 if (_RelationshipType == null) {
37 return _RelationshipType;
42 _RelationshipType = value;
62 if (_RelationshipType!= null) {
64 if (_RelationshipType instanceof java.lang.String) {
66 context.text(((java.lang.String) _RelationshipType), "RelationshipType");
71 if (_RelationshipType instanceof java.lang.String) {
73 context.text(((java.lang.String) _RelationshipType), "RelationshipType");
78 com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.Util.handleTypeMismatchError(context, this, "RelationshipType", _RelationshipType);
[all...]
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/wsaddr/impl/
H A DRelatesToTypeImpl.java15 protected java.lang.String _RelationshipType; field in class:RelatesToTypeImpl
34 if (_RelationshipType == null) {
37 return _RelationshipType;
42 _RelationshipType = value;
62 if (_RelationshipType!= null) {
64 if (_RelationshipType instanceof java.lang.String) {
66 context.text(((java.lang.String) _RelationshipType), "RelationshipType");
71 if (_RelationshipType instanceof java.lang.String) {
73 context.text(((java.lang.String) _RelationshipType), "RelationshipType");
78 com.sun.identity.wsfederation.jaxb.entityconfig.impl.runtime.Util.handleTypeMismatchError(context, this, "RelationshipType", _RelationshipType);
[all...]

Completed in 28 milliseconds