Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.myeis.wsdl.extensions.j2c.myeis
Class MyEISAddress  view MyEISAddress download MyEISAddress.java

java.lang.Object
  extended bycom.myeis.wsdl.extensions.j2c.myeis.MyEISAddress
All Implemented Interfaces:
java.io.Serializable

public class MyEISAddress
extends java.lang.Object
implements java.io.Serializable

Insert the type's description here. Creation date: (6/23/2001 8:34:57 PM)


Field Summary
private  javax.xml.namespace.QName fieldElementType
           
private  java.lang.String fieldRepositoryLocation
           
private  java.lang.Boolean required
           
 
Constructor Summary
MyEISAddress()
          EISAddress constructor comment.
 
Method Summary
 javax.xml.namespace.QName getElementType()
          Get the type of this extensibility element.
 java.lang.String getRepositoryLocation()
          Insert the method's description here.
 java.lang.Boolean getRequired()
          Get whether or not the semantics of this extension are required.
 void setElementType(javax.xml.namespace.QName elementType)
          Set the type of this extensibility element.
 void setRepositoryLocation(java.lang.String repositoryLocation)
          Insert the method's description here.
 void setRequired(java.lang.Boolean required)
          Set whether or not the semantics of this extension are required.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldElementType

private javax.xml.namespace.QName fieldElementType

required

private java.lang.Boolean required

fieldRepositoryLocation

private java.lang.String fieldRepositoryLocation
Constructor Detail

MyEISAddress

public MyEISAddress()
EISAddress constructor comment.

Method Detail

getElementType

public javax.xml.namespace.QName getElementType()
Get the type of this extensibility element.


getRequired

public java.lang.Boolean getRequired()
Get whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.


getRepositoryLocation

public java.lang.String getRepositoryLocation()
Insert the method's description here. Creation date: (7/25/2001 3:17:56 AM)


setElementType

public void setElementType(javax.xml.namespace.QName elementType)
Set the type of this extensibility element.


setRequired

public void setRequired(java.lang.Boolean required)
Set whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.


setRepositoryLocation

public void setRepositoryLocation(java.lang.String repositoryLocation)
Insert the method's description here. Creation date: (7/25/2001 3:17:56 AM)