org.example.wsHT.api.xsd.impl.XMLSetGenericHumanRoleResponseDocumentImpl Maven / Gradle / Ivy
The newest version!
/*
* An XML document type.
* Localname: setGenericHumanRoleResponse
* Namespace: http://www.example.org/WS-HT/api/xsd
* Java type: org.example.wsHT.api.xsd.XMLSetGenericHumanRoleResponseDocument
*
* Automatically generated - do not modify.
*/
package org.example.wsHT.api.xsd.impl;
/**
* A document containing one setGenericHumanRoleResponse(@http://www.example.org/WS-HT/api/xsd) element.
*
* This is a complex type.
*/
public class XMLSetGenericHumanRoleResponseDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.example.wsHT.api.xsd.XMLSetGenericHumanRoleResponseDocument
{
private static final long serialVersionUID = 1L;
public XMLSetGenericHumanRoleResponseDocumentImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName SETGENERICHUMANROLERESPONSE$0 =
new javax.xml.namespace.QName("http://www.example.org/WS-HT/api/xsd", "setGenericHumanRoleResponse");
/**
* Gets the "setGenericHumanRoleResponse" element
*/
public org.example.wsHT.api.xsd.XMLSetGenericHumanRoleResponseDocument.SetGenericHumanRoleResponse getSetGenericHumanRoleResponse()
{
synchronized (monitor())
{
check_orphaned();
org.example.wsHT.api.xsd.XMLSetGenericHumanRoleResponseDocument.SetGenericHumanRoleResponse target = null;
target = (org.example.wsHT.api.xsd.XMLSetGenericHumanRoleResponseDocument.SetGenericHumanRoleResponse)get_store().find_element_user(SETGENERICHUMANROLERESPONSE$0, 0);
if (target == null)
{
return null;
}
return target;
}
}
/**
* Sets the "setGenericHumanRoleResponse" element
*/
public void setSetGenericHumanRoleResponse(org.example.wsHT.api.xsd.XMLSetGenericHumanRoleResponseDocument.SetGenericHumanRoleResponse setGenericHumanRoleResponse)
{
synchronized (monitor())
{
check_orphaned();
org.example.wsHT.api.xsd.XMLSetGenericHumanRoleResponseDocument.SetGenericHumanRoleResponse target = null;
target = (org.example.wsHT.api.xsd.XMLSetGenericHumanRoleResponseDocument.SetGenericHumanRoleResponse)get_store().find_element_user(SETGENERICHUMANROLERESPONSE$0, 0);
if (target == null)
{
target = (org.example.wsHT.api.xsd.XMLSetGenericHumanRoleResponseDocument.SetGenericHumanRoleResponse)get_store().add_element_user(SETGENERICHUMANROLERESPONSE$0);
}
target.set(setGenericHumanRoleResponse);
}
}
/**
* Appends and returns a new empty "setGenericHumanRoleResponse" element
*/
public org.example.wsHT.api.xsd.XMLSetGenericHumanRoleResponseDocument.SetGenericHumanRoleResponse addNewSetGenericHumanRoleResponse()
{
synchronized (monitor())
{
check_orphaned();
org.example.wsHT.api.xsd.XMLSetGenericHumanRoleResponseDocument.SetGenericHumanRoleResponse target = null;
target = (org.example.wsHT.api.xsd.XMLSetGenericHumanRoleResponseDocument.SetGenericHumanRoleResponse)get_store().add_element_user(SETGENERICHUMANROLERESPONSE$0);
return target;
}
}
/**
* An XML setGenericHumanRoleResponse(@http://www.example.org/WS-HT/api/xsd).
*
* This is a complex type.
*/
public static class SetGenericHumanRoleResponseImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.example.wsHT.api.xsd.XMLSetGenericHumanRoleResponseDocument.SetGenericHumanRoleResponse
{
private static final long serialVersionUID = 1L;
public SetGenericHumanRoleResponseImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
}
}