Searched refs:_IsDefault (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadata/impl/
H A DIndexedEndpointTypeImpl.java19 protected boolean _IsDefault; field in class:IndexedEndpointTypeImpl
37 return _IsDefault;
41 _IsDefault = value;
74 context.text(javax.xml.bind.DatatypeConverter.printBoolean(((boolean) _IsDefault)), "IsDefault");
246 _IsDefault = javax.xml.bind.DatatypeConverter.parseBoolean(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
H A DAttributeConsumingServiceTypeImpl.java20 protected boolean _IsDefault; field in class:AttributeConsumingServiceTypeImpl
71 return _IsDefault;
75 _IsDefault = value;
164 context.text(javax.xml.bind.DatatypeConverter.printBoolean(((boolean) _IsDefault)), "IsDefault");
483 _IsDefault = javax.xml.bind.DatatypeConverter.parseBoolean(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadata/impl/
H A DIndexedEndpointTypeImpl.java19 protected boolean _IsDefault; field in class:IndexedEndpointTypeImpl
37 return _IsDefault;
41 _IsDefault = value;
74 context.text(javax.xml.bind.DatatypeConverter.printBoolean(((boolean) _IsDefault)), "IsDefault");
246 _IsDefault = javax.xml.bind.DatatypeConverter.parseBoolean(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
H A DAttributeConsumingServiceTypeImpl.java20 protected boolean _IsDefault; field in class:AttributeConsumingServiceTypeImpl
71 return _IsDefault;
75 _IsDefault = value;
164 context.text(javax.xml.bind.DatatypeConverter.printBoolean(((boolean) _IsDefault)), "IsDefault");
483 _IsDefault = javax.xml.bind.DatatypeConverter.parseBoolean(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/meta/jaxb/impl/
H A DSPDescriptorTypeImpl.java266 protected boolean _IsDefault; field in class:SPDescriptorTypeImpl.AssertionConsumerServiceURLTypeImpl
287 return _IsDefault;
292 _IsDefault = value;
331 context.text(javax.xml.bind.DatatypeConverter.printBoolean(((boolean) _IsDefault)), "IsDefault");
453 _IsDefault = javax.xml.bind.DatatypeConverter.parseBoolean(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/meta/jaxb/impl/
H A DSPDescriptorTypeImpl.java266 protected boolean _IsDefault; field in class:SPDescriptorTypeImpl.AssertionConsumerServiceURLTypeImpl
287 return _IsDefault;
292 _IsDefault = value;
331 context.text(javax.xml.bind.DatatypeConverter.printBoolean(((boolean) _IsDefault)), "IsDefault");
453 _IsDefault = javax.xml.bind.DatatypeConverter.parseBoolean(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));

Completed in 59 milliseconds