net.sf.vcard4j.java.type
Class ORG

java.lang.Object
  extended bynet.sf.vcard4j.java.Type
      extended bynet.sf.vcard4j.java.StructuredType
          extended bynet.sf.vcard4j.java.type.ORG

public class ORG
extends StructuredType

To specify the organizational name and units associated with the vCard.

Author:
generated by net.sf.vcard4j.compiler.StructuredTypeCompiler

Nested Class Summary
 class ORG.Parameters
           
 
Constructor Summary
ORG(org.w3c.dom.Element type)
           
 
Method Summary
 java.lang.String getOrgname()
          Organization Name
 java.lang.String getOrgunit()
          Organization Unit
 Parameters getParameters()
           
 void setOrgname(java.lang.String value)
          Organization Name
 void setOrgunit(java.lang.String value)
          Organization Unit
 
Methods inherited from class net.sf.vcard4j.java.Type
getName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ORG

public ORG(org.w3c.dom.Element type)
Method Detail

setOrgname

public void setOrgname(java.lang.String value)
Organization Name


getOrgname

public java.lang.String getOrgname()
Organization Name


setOrgunit

public void setOrgunit(java.lang.String value)
Organization Unit


getOrgunit

public java.lang.String getOrgunit()
Organization Unit


getParameters

public Parameters getParameters()
Specified by:
getParameters in class Type