java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.cesop.NameType

public class NameType extends Object
The name of a company.

Java-Klasse für Name_Type complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Name_Type">
   <simpleContent>
     <extension base="<urn:eu:taxud:commontypes:v1>StringMin1Max200_Type">
       <attribute name="nameType" use="required" type="{urn:eu:taxud:commontypes:v1}NameType_EnumType" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • NameType

      public NameType()
  • Method Details

    • getValue

      public String getValue()
      Defines a string with minimum length of 1 and maximum length of 200.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Legt den Wert der value-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • getNameType

      public NameTypeEnumType getNameType()
      Ruft den Wert der nameType-Eigenschaft ab.
      Returns:
      possible object is NameTypeEnumType
    • setNameType

      public void setNameType(NameTypeEnumType value)
      Legt den Wert der nameType-Eigenschaft fest.
      Parameters:
      value - allowed object is NameTypeEnumType