com.activeEndpoints.schemas.pdd.x2006.x08.pdd
Interface MyRoleType

All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlString, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
MyRoleTypeImpl

public interface MyRoleType
extends org.apache.xmlbeans.XmlString

An XML myRoleType(@http://schemas.active-endpoints.com/pdd/2006/08/pdd.xsd). This is an atomic type that is a restriction of com.activeEndpoints.schemas.pdd.x2006.x08.pdd.MyRoleType.


Nested Class Summary
static class MyRoleType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 String getBinding()
          Gets the "binding" attribute
 String getService()
          Gets the "service" attribute
 boolean isSetBinding()
          True if has "binding" attribute
 boolean isSetService()
          True if has "service" attribute
 void setBinding(String binding)
          Sets the "binding" attribute
 void setService(String service)
          Sets the "service" attribute
 void unsetBinding()
          Unsets the "binding" attribute
 void unsetService()
          Unsets the "service" attribute
 org.apache.xmlbeans.XmlString xgetBinding()
          Gets (as xml) the "binding" attribute
 org.apache.xmlbeans.XmlString xgetService()
          Gets (as xml) the "service" attribute
 void xsetBinding(org.apache.xmlbeans.XmlString binding)
          Sets (as xml) the "binding" attribute
 void xsetService(org.apache.xmlbeans.XmlString service)
          Sets (as xml) the "service" attribute
 
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getBinding

String getBinding()
Gets the "binding" attribute


xgetBinding

org.apache.xmlbeans.XmlString xgetBinding()
Gets (as xml) the "binding" attribute


isSetBinding

boolean isSetBinding()
True if has "binding" attribute


setBinding

void setBinding(String binding)
Sets the "binding" attribute


xsetBinding

void xsetBinding(org.apache.xmlbeans.XmlString binding)
Sets (as xml) the "binding" attribute


unsetBinding

void unsetBinding()
Unsets the "binding" attribute


getService

String getService()
Gets the "service" attribute


xgetService

org.apache.xmlbeans.XmlString xgetService()
Gets (as xml) the "service" attribute


isSetService

boolean isSetService()
True if has "service" attribute


setService

void setService(String service)
Sets the "service" attribute


xsetService

void xsetService(org.apache.xmlbeans.XmlString service)
Sets (as xml) the "service" attribute


unsetService

void unsetService()
Unsets the "service" attribute



Copyright © 2013 Leibniz Universität Hannover. All Rights Reserved.