org.ow2.easywsdl.schema.org.w3._2001.xmlschema
Class Schema.SimpleTypeOrComplexTypeOrGroupItem

java.lang.Object
  extended by org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Schema.SimpleTypeOrComplexTypeOrGroupItem
All Implemented Interfaces:
org.jvnet.hyperjaxb3.item.Item<Annotated>
Enclosing class:
Schema

public static class Schema.SimpleTypeOrComplexTypeOrGroupItem
extends java.lang.Object
implements org.jvnet.hyperjaxb3.item.Item<Annotated>


Field Summary
protected  java.lang.Long hjid
           
protected  Annotated item
           
 
Constructor Summary
Schema.SimpleTypeOrComplexTypeOrGroupItem()
           
 
Method Summary
 java.lang.Long getHjid()
           
 Annotated getItem()
           
 TopLevelAttribute getItemAttribute()
           
 NamedAttributeGroup getItemAttributeGroup()
           
 TopLevelComplexType getItemComplexType()
           
 TopLevelElement getItemElement()
           
 NamedGroup getItemGroup()
           
 Notation getItemNotation()
           
 TopLevelSimpleType getItemSimpleType()
           
 void setHjid(java.lang.Long value)
           
 void setItem(Annotated value)
           
 void setItemAttribute(TopLevelAttribute target)
           
 void setItemAttributeGroup(NamedAttributeGroup target)
           
 void setItemComplexType(TopLevelComplexType target)
           
 void setItemElement(TopLevelElement target)
           
 void setItemGroup(NamedGroup target)
           
 void setItemNotation(Notation target)
           
 void setItemSimpleType(TopLevelSimpleType target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

item

protected Annotated item

hjid

protected java.lang.Long hjid
Constructor Detail

Schema.SimpleTypeOrComplexTypeOrGroupItem

public Schema.SimpleTypeOrComplexTypeOrGroupItem()
Method Detail

getItem

public Annotated getItem()
Specified by:
getItem in interface org.jvnet.hyperjaxb3.item.Item<Annotated>
Returns:
possible object is TopLevelAttribute NamedGroup TopLevelSimpleType Notation TopLevelComplexType NamedAttributeGroup TopLevelElement

setItem

public void setItem(Annotated value)
Specified by:
setItem in interface org.jvnet.hyperjaxb3.item.Item<Annotated>
Parameters:
value - allowed object is TopLevelAttribute NamedGroup TopLevelSimpleType Notation TopLevelComplexType NamedAttributeGroup TopLevelElement

getHjid

public java.lang.Long getHjid()
Returns:
possible object is Long

setHjid

public void setHjid(java.lang.Long value)
Parameters:
value - allowed object is Long

getItemAttribute

public TopLevelAttribute getItemAttribute()

setItemAttribute

public void setItemAttribute(TopLevelAttribute target)

getItemGroup

public NamedGroup getItemGroup()

setItemGroup

public void setItemGroup(NamedGroup target)

getItemSimpleType

public TopLevelSimpleType getItemSimpleType()

setItemSimpleType

public void setItemSimpleType(TopLevelSimpleType target)

getItemNotation

public Notation getItemNotation()

setItemNotation

public void setItemNotation(Notation target)

getItemComplexType

public TopLevelComplexType getItemComplexType()

setItemComplexType

public void setItemComplexType(TopLevelComplexType target)

getItemAttributeGroup

public NamedAttributeGroup getItemAttributeGroup()

setItemAttributeGroup

public void setItemAttributeGroup(NamedAttributeGroup target)

getItemElement

public TopLevelElement getItemElement()

setItemElement

public void setItemElement(TopLevelElement target)


Copyright © 2008 eBM WebSourcing. All Rights Reserved.